Bentley OpenUtilities CONNECT Edition Help

Known Issues

When placing a feature the placement form appears empty and the error ItemSpec not found is raised

In the xml file BUD_OS2T_Registered.xml, the property name values should be in uppercase and the ECPropertypropertyname values should be in uppercase.

Resolution: Change the proper names in the xml file into upper case or change the names during register feature

Query features and locate object not working (out of memory)

Issue: You may be able to post to Oracle Spatial, but are not able to get graphical information back. The application becomes stuck during query feature operations or when locating data with the Data browser.

Resolution: Recreate versioning on feature tables in all categories. Here is an example how to disable and then enable versioning on the Substation table from the Electric model.

Begin

DBMS_WM.DisableVersioning('E_SUBSTATION');

End;

/

EXECUTE

DBMS_WM.EnableVersioning('BUDELEC.E_SUBSTATION','NONE',FALSE,FALSE,NULL,NULL);